home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / petshop.swf / scripts / DefineButton2_371 / BUTTONCONDACTION on(rollOver).as
Text File  |  2007-01-15  |  69b  |  7 lines

  1. on(rollOver){
  2.    if(check >= 37)
  3.    {
  4.       check = 38;
  5.    }
  6. }
  7.